home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CDV Software Presents (USA)
/
CDV Software Presents (USA).bin
/
demo
/
bk_demo.exe
/
DATA.PAK
/
ui
/
exitgameescape.lua
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2002-07-08
|
298 b
|
12 lines
function LuaProcessMessage( nMessageCode, nFirst, nSecond )
if ( nMessageCode == 536936448 ) then --NOTIFY STATE CHANGED
if ( nFirst == 3001 or nFirst == 3002 ) then
--Forward this message to parent
AddMessage( 268435457, nFirst, nSecond )
return 1
end
end
return 0
end